Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@cspell/dict-en_us
Advanced tools
@cspell/dict-en_us is a dictionary package for the CSpell spell checker. It provides American English word lists that can be used to enhance the spell-checking capabilities of CSpell.
Adding the dictionary to CSpell
This feature allows you to add the American English dictionary to your CSpell configuration. By including 'en_us' in the 'dictionaries' array, CSpell will use the word list provided by @cspell/dict-en_us for spell checking.
{
"dictionaries": ["en_us"]
}
Installing the dictionary
This feature demonstrates how to install the @cspell/dict-en_us package using npm. This is the first step to using the American English dictionary with CSpell.
npm install @cspell/dict-en_us
@cspell/dict-en-gb provides British English word lists for the CSpell spell checker. It is similar to @cspell/dict-en_us but focuses on British English instead of American English.
@cspell/dict-fr-fr offers French word lists for the CSpell spell checker. It is similar in functionality to @cspell/dict-en_us but is designed for French language spell checking.
hunspell-dict-en-us provides American English dictionaries for the Hunspell spell checker. It is similar to @cspell/dict-en_us but is used with the Hunspell spell checking engine instead of CSpell.
English dictionary for cspell.
This is a pre-built dictionary for use with cspell.
This dictionary comes pre-installed with cspell. It should not be necessary to add it.
Global Install and add to cspell global settings.
npm install -g @cspell/dict-en_us
cspell link add @cspell/dict-en_us
cspell link remove @cspell/dict-en_us
The cspell-ext.json
file in this package should be added to the import section in your cspell.json file.
{
// …
"import": ["@cspell/dict-en_us/cspell-ext.json"],
// …
}
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.
npm run build
Please add any words to src/additional_words.txt by making a pull request.
The Hunspell source for this dictionary can be found:
http://wordlist.aspell.net/hunspell-readme/
MIT
Some packages may have other licenses included.
FAQs
English dictionary for cspell.
We found that @cspell/dict-en_us demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.